**********************
Compiling mdAddrCS.cpp
**********************

You may need to recompile mdAddrCS.cpp if you are not using a version of .NET that is compatible with
the mdAddrCS.dll that is supplied. 

Prerequisites:
	
	Visual C++ Compiler
	Visual C# Compiler

To compile the source files, a bat file has been supplied. This bat file requires the Visual Studio C++ 
compiler to compile mdAddrCS.cpp and the Visual Studio C# compiler to compile mdAddrCS.cs and mdAddrCSPINVOKE.cs. 
To use the compiler, you must set up its environment by executing vcvars32.bat in the Visual Studio
C++ bin folder. Read the comments at the top of CreateDll.bat for more details.

You also need to set the path of the Address Object library (mdAddr.dll). The default locations of these files 
have been set already but may require changes if your system is different.

Now, you can run CreateDlls.bat to create mdAddrCS.dll and mdAddrNET.dll. 
